home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol F-12 / (Vol F-12) Jun 02 2012.iso / Games / adjust4 / setup / setup.exe / scripts / DefineButton2_97 / BUTTONCONDACTION on(release).as
Text File  |  2012-06-02  |  251b  |  17 lines

  1. on(release){
  2.    if(_root.help._currentFrame == 1)
  3.    {
  4.       with(_root.help)
  5.       {
  6.          gotoAndPlay(2);
  7.       }
  8.    }
  9.    else if(_root.help._currentFrame == 20)
  10.    {
  11.       with(_root.help)
  12.       {
  13.          play();
  14.       }
  15.    }
  16. }
  17.